home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 May / Chip Mayıs 2001.iso / prog / share / 33 / data1.cab / Program_Executable_Files / OptimizeIt40D / ui / JRunWizard.table < prev    next >
Encoding:
Text File  |  2001-03-11  |  1.8 KB  |  49 lines

  1. /** 
  2.  * JRun wizard configuration
  3.  */
  4. (
  5.   {
  6.     class="Text";
  7.     title="JRun setup";
  8.     type="HTML";
  9.     body = ("This wizard will guide you through the steps required to profile a servlet with OptimizeIt and JRun 2.3 or JRun 3.0<p>",
  10.         "<p>Press the \"Next\" button to continue.<p><p>",
  11.         "Note: you will find a <A href=\"/Tutorial/ProfilingJRunIndex.html\"> tutorial </A> explaining how to profile with JRun in OptimizeIt's tutorial directory. This wizard performs automatically the steps described in the tutorial."    );
  12.   },
  13.   {
  14.     title="Select JSM directory";
  15.     class="DirectorySelection";
  16.     helper="intuitive.optit.wizard.helper.JRunDirectorySelection";
  17.     text="Select the Service Manager directory you want to use with OptimizeIt.\nPress the \"Next\" button when done.";
  18.   },
  19.   {
  20.     title="Configure JRun";
  21.     class="Summary";
  22.     helper="intuitive.optit.wizard.helper.JRunSummary";
  23.     text="Please review the changes below and click on the \"Configure\" button when done.";
  24.     defaultButtonLabel="Configure";
  25.   },
  26.   {
  27.     title="Configuring JRun";
  28.     class="PerformAction";
  29.     helper="intuitive.optit.wizard.helper.JRunConfiguration";
  30.     final="true"; // Means that we cannot go back
  31.   },
  32.   {
  33.     title="Starting Profiler";
  34.     class="Text";
  35.     type="HTML";
  36.     body= ("JRun configuration was successfull.<br><br>To start profiling with JRun, you need to:<BR><ul><LI>",
  37.            "Restart JRun",
  38.            "<LI>Go to OptimizeIt servlet (<a href=\"http://localhost/servlet/OptimizeIt\">http://localhost/servlet/OptimizeIt</a>).",
  39.        "<LI>Start OptimizeIt Audit System from the servlet.",
  40.            "<LI>Select attach from OptimizeIt's program menu and attach.",
  41.            "</UL>"
  42.           );
  43.     alt1ButtonVisible="false"; // Value can be false, or maybe. Default is maybe
  44.   }
  45. )
  46.  
  47.  
  48.  
  49.